'Declaration
Public Overloads Shared Sub Scale( _ ByVal points() As NPointD, _ ByVal start As System.Integer, _ ByVal count As System.Integer, _ ByVal scaleX As System.Double, _ ByVal scaleY As System.Double, _ ByVal pin As NPoint _ )
'Usage
Dim points() As NPointD Dim start As System.Integer Dim count As System.Integer Dim scaleX As System.Double Dim scaleY As System.Double Dim pin As NPoint NGeometry2D.Scale(points, start, count, scaleX, scaleY, pin)
Parameters
- points
- start
- count
- scaleX
- scaleY
- pin